func runtime.notewakeup

20 uses

	runtime (current package)
		lock_futex.go#L26: func notewakeup(n *note) {
		proc.go#L1706: 		notewakeup(&sched.sysmonnote)
		proc.go#L1722: 			notewakeup(&mp.park)
		proc.go#L2178: 		notewakeup(&sched.safePointNote)
		proc.go#L2813: 			notewakeup(&newmHandoff.wake)
		proc.go#L3041: 	notewakeup(&nmp.park)
		proc.go#L3083: 			notewakeup(&sched.stopnote)
		proc.go#L3092: 			notewakeup(&sched.safePointNote)
		proc.go#L3210: 	notewakeup(&mp.park)
		proc.go#L3236: 		notewakeup(&sched.stopnote)
		proc.go#L4559: 		notewakeup(&sched.sysmonnote)
		proc.go#L4587: 			notewakeup(&sched.stopnote)
		proc.go#L4832: 		notewakeup(&sched.sysmonnote)
		proc.go#L4880: 		notewakeup(&sched.sysmonnote)
		proc.go#L6075: 			notewakeup(&mp.park)
		profbuf.go#L386: 			notewakeup(&b.wait)
		profbuf.go#L413: 			notewakeup(&b.wait)
		rwmutex.go#L112: 				notewakeup(&w.park)
		rwmutex.go#L155: 		notewakeup(&reader.park)
		sigqueue.go#L116: 				notewakeup(&sig.note)